﻿.n_banner .swiper-slide{
    height: 450px;
}
.n_banner .pagination{
    position: absolute;
    z-index: 20;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.n_banner .swiper-pagination-switch{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0057d5;
    margin: 0 5px;
    cursor: pointer; 
}
.n_banner .swiper-active-switch{
    width: 40px;
    border-radius:20px; 
    background: #fff;
}

.pos{
    border: 1px solid #ededed;
    height: 50px;
    line-height: 50px;
}
.pos_con{
    width: 1200px;
    margin: 0 auto;
}
.pos_con span{
    font-size:15px; 
    color: #666;
    background: url(../images/dizhi.png) center left no-repeat;
    padding-left:30px; 
}
.page{
    background: url(../images/new_bg.png) top left no-repeat;
}
.page_com,.page_contact,.page_prolist
{
    width: 1350px;
    margin: 50px auto;
    position: relative;
    right: -600px; 
    opacity: 0;
}
.page_com_con{
    margin-top: 30px;
}
.page_com h4,.page_contact h4,.page_prolist h4{
    font-size: 28px;
    text-align: center;
    color: #0057d5; 
}
.page_com>span,.page_contact>span,.page_prolist>span{
    width: 52px;
    height: 3px;
    background: #f98a04;
    margin: 15px auto;
    display: block;
}
.page_com p{
    font-size:16px;
    line-height: 32px;
    color: #555; 
    text-indent: 32px;
    margin:15px 0; 
}
/* tuijian */
.tuijian_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.tuijian_go{
    width: 19999px;
}
#tuijian_a li,#tuijian_b li{
    float: left;
    width: 290px;
    padding: 15px 10px ;
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    cursor: pointer;
    margin: 5px;
    box-sizing: border-box;
}
#tuijian_a li a img,#tuijian_b li a img{
    width: 270px;
    min-height: 260px;
    height: auto;
    transition: all 0.3s;
}
#tuijian_a,#tuijian_b{
    float: left;
}
#tuijian_a a,#tuijian_b a{
    display: block;
    width: 270px;
    height: 260px;
    overflow: hidden;
}
#tuijian_a li p,#tuijian_b li p{
    /* font-size: 15px; */
    color: #585858;
    text-align: center;
    margin-top: 10px; 
}
#tuijian_a li span,#tuijian_b li span{
    width: 150px;
    height: 36px;
    border-radius: 18px; 
    background: #f98a04 url(../images/c_p.png) 5px center no-repeat;
    padding-left:35px; 
    padding-right: 5px; 
    display: block;
    margin: 15px auto 5px auto;
    line-height: 36px;
    color: #fff;
    font-size:20px;
}
#tuijian_a li:hover img{
    transform: scale(1.1);
    
}
#tuijian_b li:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}
#tuijian_a li:hover p{
    color: #0057d5;
}
#tuijian_b li:hover p{
    color: #0057d5;
}
/*page_contact*/

.page_contact_con{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}
.map{
    float: left;
    width: 603px;
    height: 442px;
}
.map img{
    width: 100%;
}
.page_phone{
    float: left;
    margin-left: 50px;
}
.page_phone ul li{
    font-size: 18px;
    color: #555;
    line-height: 50px;
}
/*pro_list*/
.page_prolist>p{
    color: #666;
    text-align: center; 
}
.page_prolist h4{
    letter-spacing: 1px;
}
.type{
    margin: 30px 0 10px 0;
}
.type li{
    float: left;
    text-align: center;
    background: #0057d5;
    border-radius: 5px;
    margin: 5px;
    position: relative;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    width: 215px;
}
.type li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    position: relative;
    z-index: 22;
}
.cover{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f98a04;
    z-index: 1;
    border-radius:5px;
    transition: all 0.5s;
}
.type li:hover .cover{
    width: 100%;
}
.type_b {
    margin-top:30px;
}
.type_b li{
    float: left;
    width: 325px;
    margin: 10px 5px;
    cursor: pointer;
    overflow: hidden;
}
.type_b li>a{
    overflow: hidden;
    width: 325px;
    height: 320px;
    cursor: pointer;
    display: block;
}
.type_b li a img{
    min-height: 320px;
    height: auto;
    width: 100%;
    transition: all 0.5s;
}
.pro_title{
    height: 45px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    background:  #0057d5;
    transition: all 0.5s;
    width: 100%;
    position: relative;
}
.pro_title a{
    color: #fff;
    position: relative;
    z-index: 2;
}
.type_b li:hover img{
    transform: scale(1.1);
}
.cover_gree{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    background: #f98a04;
    transition: all 0.5s;
}
.type_b li:hover .cover_gree{
    width: 100%;
}
/*news_list*/
.page_newslistcon ul li {
    overflow: hidden;
    padding:20px;
    background: #f7f7f7; 
    cursor: pointer;
    position: relative;
    margin: 10px 0;
}
.n_l{
    float: left;
    height: 150px;
    width: 220px;
    overflow: hidden;
}
.n_l img{
    width: 100%;
    min-height: 150px;
    height: auto;
}
.n_r{
    float: left;
    width: 910px;
    margin-left: 20px;
}
.n_r span{
    font-size:18px;
    color: #333; 
}
.n_r p{
    font-size:15px;
    color: #666;
    line-height: 30px; 
    margin-top:15px; 
}
.n_r a{
    text-align: center;
    background: #d6d6d6;
    color: #333;
    display: block;
    padding:10px 18px;
    border-radius:20px;
    width: 100px; 
    margin-top: 5px;  
    font-size: 15px; 
    transition: all 0.5s;
}
.page_newslistcon{
    margin-top: 30px;
}
.bor{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgba(0,0,0,.02);
    width: 100%;
}
.ad_len{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #feae00;
    transition: all 0.8s;
}
.page_newslistcon ul li:hover .ad_len{
    width: 100%;
}
.page_newslistcon ul li:hover a{
    background: #0057d5;
    color: #fff;
}
.page_newslistcon ul li:hover span{
    color: #0057d5;
}
/*show-news*/
.news_name{
    font-size:24px;
    text-align: center;
    display: block;
    color: #444; 
}
.update{
    display: block;
    font-size:15px;
    color: #666;
    text-align: center; 
    margin-top: 20px; 
}
.line{
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin: 30px 0;
}
.news_show p{
    color: #333;
    line-height: 32px;
}
/*pro_show*/
.pro_show{
    overflow: hidden;
}
.thumb{
    float: left;
    width: 480px;
    height: 360px;
    border: 8px solid #f3f3f3;
    box-shadow: 0 0 5px rgba(0,0,0,.02);

}
.thumb img{
    width: 100%;
    min-height: 360px;
    height: auto;
}
.pro_c{
    float: left;
    margin-left:60px; 
    width: 600px;
}
.pro_c a{
    display: block;
    width: 130px;
    height: 40px;
    text-align: center;
    background: #0057d5;
    border-radius:5px;
    color: #fff;
    line-height: 40px;
    /* float: left; */
    margin-right:10px;  
    margin-top: 7px; 
}
.pro_c a:hover{
    background: #f98a04;
}
.pro_c ul h3{
    font-size:20px;
    font-weight:bold;
    line-height: 40px;
    color: #0057d5;  
}
.pro_c ul li{
    padding: 25px 0 10px 0;
    color: #333;
    border-bottom: 1px dotted #999;
}
.pro_c ul li::before{
    content: "";
    height: 25px;
    width: 3px;
    background: #0057d5;
    display: inline-block;
    margin-right: 20px; 
}
.f_p{
    float: left;
    margin-top: 30px;
}
.pro_c img{
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}
.description span{
    font-size:18px;
    background: #0057d5;
    text-align: center;
    color:#fff;
    line-height: 30px;
    padding: 15px 30px; 
}
.line_p{
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,.1);
    margin-bottom: 30px;
    margin-top: 10px;
}
.description{
    margin-top: 80px;
}
.description p{
    font-size: 15px;
    color: #666;
    line-height: 30px;
}
/*fenye*/
.fenye div{
    width: 100%;
    text-align: center;
    padding: 50px 0;
}
.fenye div span{
    font-size: 15px; 
}
.current{
    padding: 5px 15px;
    border: 1px solid #0057d5;
    margin-right:5px;
    background: #0057d5;
    color: #fff;
    font-size:16px;
    border-radius:30px;    
}
.fenye div a{
    padding: 5px 15px;
    border: 1px solid #cccccc;
    font-size:16px; 
    margin-right:5px;
    border-radius:30px; 
    color: #0057d5;
}
/*shangxia*/
.np{
    width: 100%;
    text-align: center;
    height: 40px;
    margin: 30px 0;
    line-height: 40px;
    padding: 30px 0;
    font-size: 15px; 
}
.np .fl{
    float: left;
    padding:  0 50px;
    margin-left: 15px;
    background: #f0f0f0;
    border-radius: 30px;  
}
.np .fl a{
    color: #333;
}
.np .fl:hover{
    background:#0057d5; 
    color: #fff;
}
.np .fl:hover a{
    color: #fff;
}
.np .fr{
    float: right;
    padding:  0 50px;
    margin-right: 15px;
    background: #f0f0f0;
    border-radius: 30px;  
}
.np .fr a{
    color: #333;
}
.np .fr:hover{
    background:#0057d5; 
    color: #fff;
}
.np .fr:hover a{
    color: #fff;
}
/**/
.pos_con a{
    color: #666;
}
.pos_con a:hover{
    color: #0057d5;
}

